[docs] Update documentation for features from 2026-04-03#24377
Merged
Conversation
- Fix add-wizard incorrectly listed as supporting --create-pull-request in the GHES paragraph (closes #24312) - Document compile --json labels field and create_labels maintenance operation (from #24341) - Document logs --train flag and audit report Agent Event Pattern Analysis section (from #24328) - Document agent_usage.json token artifact in compilation-process reference (from #24315) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Documentation Updates - 2026-04-03
This PR updates the documentation based on features merged in the last 24 hours.
Features Documented
gh aw add-wizardfrom the--create-pull-requestGHES paragraph — it does not support that flag (from [cli-consistency] CLI Consistency Issues - 2026-04-03 #24312)compile --jsonlabels field:--jsonoutput now includes alabelsfield perValidationResult; added--no-emitto the options list (from Add create-labels maintenance operation and compile --json label reporting #24341)create_labelsmaintenance operation: Newagentics-maintenance.ymloperation that creates missing repository labels referenced in safe-outputs (from Add create-labels maintenance operation and compile --json label reporting #24341)logs --trainflag: New flag to train log template weights from downloaded runs, improving anomaly detection inauditandlogs(from feat: integrate log template mining into audit report and logs #24328)audit reportnow includes a cross-run log pattern mining section (from feat: integrate log template mining into audit report and logs #24328)agent_usage.jsonartifact: Structured token counts bundled in the agent artifact for third-party tooling (from feat: bundle token usage as agent artifact #24315)📝 Detailed Changes & References
Changes Made
docs/src/content/docs/setup/cli.md— removedgh aw add-wizardfrom GHES--create-pull-requestlist; added--no-emitto compile options; added JSON outputlabelsfield description; added--trainflag docs and examples tologs; added Agent Event Pattern Analysis note toaudit reportdocs/src/content/docs/guides/ephemerals.md— expanded Manual Maintenance Operations section with a table of all available operations including the newcreate_labelsoperationdocs/src/content/docs/reference/compilation-process.md— addedagent_usage.jsonrow to the Artifacts tableMerged PRs Referenced
add-wizard+--create-pull-request)create-labelsmaintenance operation andcompile --jsonlabel reportingCloses #24312